home *** CD-ROM | disk | FTP | other *** search
/ BMUG Newsletter 1997 Spring / BMUG Spring 1997 Newsletter (1997).bin / Software Updaters / A-C Updaters / Adobe / PageMaker ƒ / QMS Ver 4.0 PPDs ƒ / QMS 3225 Print System < prev    next >
PostScript Printer Description  |  1993-05-18  |  14KB  |  442 lines

  1. *PPD-Adobe:  "4.0"
  2. *% Adobe Systems Printer Description File
  3. *% For "QMS 3225 Print System" version 2011.22
  4. *% Date: 02/10/93
  5. *% Modified:  05/18/93
  6.  
  7. *FormatVersion: "4.0"
  8. *FileVersion: "1.0"
  9. *LanguageVersion: English
  10.  
  11. *Product: "(QMS 3225 Print System)"
  12. *PSVersion: "(2011.22) 17"
  13. *NickName: "QMS 3225 Print System"
  14.  
  15. *% General Information and Defaults ===============
  16. *FreeVM: "486838"
  17. *ColorDevice: False
  18. *VariablePaperSize: False
  19. *FileSystem: True
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *Throughput: "20"
  22. *Password: "0"
  23. *ExitServer: "
  24.   count 0 eq {  % is the password on the stack?
  25.     true
  26.   }{
  27.     dup % potential password
  28.     statusdict begin checkpassword end not
  29.   } ifelse
  30.   {  %  if no password or not valid
  31.     (WARNING : Cannot perform the exitserver command.) =
  32.     (Password supplied is not valid.) =
  33.     (Please contact the author of this software.) = flush
  34.     quit
  35.   } if
  36.   serverdict begin exitserver
  37. "
  38. *End
  39.  
  40. *Reset: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true
  43.   }{
  44.     dup % potential password
  45.     statusdict begin checkpassword end not
  46.   } ifelse
  47.   {  %  if no password or not valid
  48.     (WARNING : Cannot reset printer.) =
  49.     (Password supplied is not valid.) =
  50.     (Please contact the author of this software.) = flush
  51.     quit
  52.   } if
  53.   serverdict begin exitserver
  54.   systemdict /quit get exec
  55.   (WARNING : Printer Reset Failed.) = flush
  56. "
  57. *End
  58.  
  59. *% Paper Handling ===================
  60.  
  61. *OpenGroup:  PaperHandling
  62. *OpenUI *Resolution: PickOne
  63. *OrderDependency: 5 AnySetup *Resolution
  64. *DefaultResolution: 300dpi
  65. *Resolution 400dpi: "statusdict begin 400 setresolution end "
  66. *Resolution 300dpi: "statusdict begin 300 setresolution end "
  67. *?Resolution: "
  68. save
  69.   statusdict begin resolution end
  70.   128 string cvs dup print (x) print print (dpi) = flush
  71. restore
  72. "
  73. *End
  74. *CloseUI: *Resolution
  75.  
  76. *% Halftone Information ===============
  77. *ScreenFreq: "60.0"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "
  81. { dup mul exch dup mul add 1 exch sub }
  82. "
  83. *End
  84. *ScreenProc Line: "{ pop }"
  85. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  86.  
  87. *DefaultTransfer: Null
  88. *Transfer Null: "{ }"
  89. *Transfer Null.Inverse: "{ 1 exch sub }"
  90. *Transfer Normalized: "{ }"
  91. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  92.  
  93.  
  94. *% Use these entries to set paper size most of the time, unless there is
  95. *% specific reason to use PageRegion or PaperTray.
  96. *OpenUI *PageSize: PickOne
  97. *OrderDependency: 15 AnySetup *PageSize
  98. *DefaultPageSize: Letter
  99. *PageSize Letter: "statusdict begin lettertray end"
  100. *PageSize Legal: "statusdict begin legaltray end"
  101. *PageSize Tabloid: "statusdict begin 11x17tray end"
  102. *PageSize Executive: "statusdict begin executivetray end"
  103. *PageSize A3: "statusdict begin a3tray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize A5: "statusdict begin a5tray end"
  106. *PageSize B4: "statusdict begin b4tray end"
  107. *PageSize B5: "statusdict begin b5tray end"
  108. *?PageSize: "
  109.  save statusdict begin
  110.   20 dict begin
  111.    /letter (Letter) def 
  112.    /legal (Legal) def
  113.    /11x17 (Tabloid) def 
  114.    /a3 (A3) def 
  115.    /a4 (A4) def
  116.    /a5 (A5) def 
  117.    /b4 (B4) def
  118.    /b5 (B5) def 
  119.    /executivepage (Executive) def
  120.    papersize 
  121.    {load exec} stopped not{= flush}if
  122.   end
  123.  end restore
  124. "
  125. *End
  126. *CloseUI: *PageSize
  127.  
  128. *% These entries will set up the frame buffer. Usually used with manual feed.
  129. *% PageMaker 4.2 and Freehand 3.1 use this PageRegion command.
  130. *OpenUI *PageRegion: PickOne
  131. *OrderDependency: 20 AnySetup *PageRegion
  132. *DefaultPageRegion: Letter
  133. *PageRegion Letter: "statusdict begin letter /QMSpaper {letter} def end"
  134. *PageRegion Legal: "statusdict begin legal /QMSpaper {legal} def end"
  135. *PageRegion Tabloid: "statusdict begin 11x17 /QMSpaper {11x17} def end"
  136. *PageRegion Executive: "statusdict begin executivepage /QMSpaper {executivepage} def end"
  137. *PageRegion A3: "statusdict begin a3 /QMSpaper {a3} def end"
  138. *PageRegion A4: "statusdict begin a4 /QMSpaper {a4} def end"
  139. *PageRegion A5: "statusdict begin a5 /QMSpaper {a5} def end"
  140. *PageRegion B4: "statusdict begin b4 /QMSpaper {b4} def end"
  141. *PageRegion B5: "statusdict begin b5 /QMSpaper {b5} def end"
  142. *CloseUI: *PageRegion
  143.  
  144. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  145. *% These errors should be trapped by software and a message displayed
  146. *% These are commented out for compatibility with V4 ppd spec
  147. *% Freehand 3.1  uses this PaperTray command.
  148. *OpenUI *PaperTray: PickOne
  149. *OrderDependency: 20 AnySetup *PaperTray
  150. *DefaultPaperTray: Letter
  151. *PaperTray Letter: "statusdict begin letter end"
  152. *PaperTray Legal: "statusdict begin legal end"
  153. *PaperTray Tabloid: "statusdict begin 11x17 end"
  154. *PaperTray Executive: "statusdict begin executivepage end"
  155. *PaperTray A3: "statusdict begin a3 end"
  156. *PaperTray A4: "statusdict begin a4 end"
  157. *PaperTray A5: "statusdict begin a5 end"
  158. *PaperTray B4: "statusdict begin b4 end"
  159. *PaperTray B5: "statusdict begin b5 end"
  160. *?PaperTray: "
  161.  save statusdict begin
  162.   20 dict begin
  163.    /letter (Letter) def 
  164.    /legal (Legal) def
  165.    /11x17 (Tabloid) def 
  166.    /a3 (A3) def 
  167.    /a4 (A4) def
  168.    /a5 (A5) def 
  169.    /b4 (B4) def
  170.    /b5 (B5) def 
  171.    /executivepage (Executive) def
  172.    papersize pop
  173.    {load exec} stopped not{= flush}if
  174.   end
  175.  end restore
  176. "
  177. *End
  178. *CloseUI: *PaperTray
  179.  
  180. *% The following entries provide information about specific paper keywords.
  181. *DefaultImageableArea: Letter
  182. *ImageableArea Letter: "12 12 600 780 "
  183. *ImageableArea Legal: "12 12 601 996 "
  184. *ImageableArea Tabloid: "12 12 780 1212 "
  185. *ImageableArea Executive: "12 12 528 745 "
  186. *ImageableArea A3: "12 12 829 1178 "
  187. *ImageableArea A4: "12 12 583 829 "
  188. *ImageableArea A5: "12 13 407 583 "
  189. *ImageableArea B4: "12 12 716 1019 "
  190. *ImageableArea B5: "12 12 503 716 "
  191. *?ImageableArea: "
  192.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  193.   newpath clippath pathbbox
  194.   4 -2 roll exch 2 {ceiling cvp} repeat
  195.   exch 2 {floor cvp} repeat flush
  196.  restore
  197. "
  198. *End
  199.  
  200.  
  201. *% These provide the physical dimensions of the paper (by keyword)
  202. *DefaultPaperDimension: Letter
  203. *PaperDimension Letter: "612 792"
  204. *PaperDimension Legal: "612 1008"
  205. *PaperDimension Tabloid: "792 1224"
  206. *PaperDimension Executive: "540 756"
  207. *PaperDimension A3: "842 1191"
  208. *PaperDimension A4: "596 842"
  209. *PaperDimension A5: "420 596"
  210. *PaperDimension B4: "729 1032"
  211. *PaperDimension B5: "516 729"
  212.  
  213. *OpenUI *OutputBin: PickOne
  214. *OrderDependency: 30 AnySetup *OutputBin
  215. *DefaultOutputBin: Upper
  216. *OutputBin Upper: "statusdict begin 1 setoutputtray end"
  217. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  218. *OutputBin Side: "statusdict begin 3 setoutputtray end"
  219. *OutputBin Any: "statusdict begin -1 setoutputtray end"
  220. *CloseUI: *OutputBin
  221.  
  222. *OpenUI *InputSlot: PickOne
  223. *OrderDependency: 10 AnySetup *InputSlot
  224. *DefaultInputSlot: Upper
  225. *InputSlot Upper: "statusdict begin 
  226.    1 setpapertray 
  227.      statusdict /QMSpaper known
  228.      {QMSpaper} if
  229.    end"
  230. *End
  231. *InputSlot Lower: "statusdict begin 
  232.    2 setpapertray 
  233.      statusdict /QMSpaper known
  234.      {QMSpaper} if
  235.    end"
  236. *End
  237. *InputSlot LargeCapacity: "statusdict begin 
  238.    3 setpapertray 
  239.      statusdict /QMSpaper known
  240.      {QMSpaper} if
  241.    end"
  242. *End
  243. *?InputSlot: "
  244.  save statusdict begin
  245.   5 dict begin
  246.    /1 (Upper) def
  247.    /2 (Lower) def
  248.    /3 (LargeCapacity) def
  249.    papertray
  250.      {( ) cvs cvn load exec} stopped not{= flush}if
  251.   end
  252.  end restore
  253. "
  254. *End
  255. *CloseUI: *InputSlot
  256.  
  257. *DefaultManualFeed: False
  258. *?ManualFeed: "
  259.   statusdict /manualfeed get
  260.   {(True)}{(False)}ifelse = flush"
  261. *End
  262. *ManualFeed True: "statusdict begin /manualfeed true store end"
  263. *ManualFeed False: "statusdict begin /manualfeed false store end"
  264.  
  265. *DefaultOutputOrder: Normal
  266. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  267. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  268.  
  269. *DefaultCollator: None
  270. *DefaultSorter: None
  271.  
  272. *OpenUI *Duplex: PickOne
  273. *OrderDependency: 40 AnySetup *Duplex
  274. *DefaultDuplex: None
  275. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  276. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  277. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  278. *?Duplex: "
  279. statusdict begin
  280. duplexmode
  281. { tumble
  282.   { (DuplexTumble) }
  283.   { (DuplexNoTumble) }
  284.   ifelse
  285. }
  286. { (None)}
  287. ifelse
  288. = flush
  289. end
  290. "
  291. *End
  292. *CloseUI: *Duplex
  293. *CloseGroup: PaperHandling
  294.  
  295. *% Font Information =====================
  296.  
  297. *DefaultFont: Courier
  298. *Font AGaramond-Bold: Standard "(001.000)"
  299. *Font AGaramond-BoldItalic: Standard "(001.000)"
  300. *Font AGaramond-Italic: Standard "(001.000)"
  301. *Font AGaramond-Regular: Standard "(001.000)"
  302. *Font AGaramond-Semibold: Standard "(001.000)"
  303. *Font AGaramond-SemiboldItalic: Standard "(001.000)"
  304. *Font AvantGarde-Book: Standard "(001.002)"
  305. *Font AvantGarde-BookOblique: Standard "(001.002)"
  306. *Font AvantGarde-Demi: Standard "(001.003)"
  307. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  308. *Font Bookman-Demi: Standard "(001.001)"
  309. *Font Bookman-DemiItalic: Standard "(001.001)"
  310. *Font Bookman-Light: Standard "(001.001)"
  311. *Font Bookman-LightItalic: Standard "(001.001)"
  312. *Font Courier: Standard "(002.003)"
  313. *Font Courier-Bold: Standard "(002.003)"
  314. *Font Courier-BoldOblique: Standard "(002.003)"
  315. *Font Courier-Oblique: Standard "(002.003)"
  316. *Font Helvetica: Standard "(001.006)"
  317. *Font Helvetica-Bold: Standard "(001.007)"
  318. *Font Helvetica-BoldOblique: Standard "(001.007)"
  319. *Font Helvetica-Condensed: Standard "(001.001)"
  320. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  321. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  322. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  323. *Font Helvetica-Narrow: Standard "(001.006)"
  324. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  325. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  326. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  327. *Font Helvetica-Oblique: Standard "(001.006)"
  328. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  329. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  330. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  331. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  332. *Font Palatino-Bold: Standard "(001.002)"
  333. *Font Palatino-BoldItalic: Standard "(001.002)"
  334. *Font Palatino-Italic: Standard "(001.002)"
  335. *Font Palatino-Roman: Standard "(001.001)"
  336. *Font Symbol: Special "(001.007)"
  337. *Font Times-Bold: Standard "(001.007)"
  338. *Font Times-BoldItalic: Standard "(001.009)"
  339. *Font Times-Italic: Standard "(001.007)"
  340. *Font Times-Roman: Standard "(001.007)"
  341. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  342. *Font ZapfDingbats: Special "(001.002)"
  343. *?FontQuery: "
  344. save  4 dict begin /sv exch def
  345. /str (fonts/                              ) def
  346. /st2 128 string def
  347. {
  348.   count 0 gt {
  349.     dup st2 cvs (/) print print (:) print
  350.     dup FontDirectory exch known {pop (Yes)}{
  351.      str exch st2 cvs dup length /len exch def
  352.      6 exch putinterval str 0 len 6 add getinterval mark exch
  353.      { } st2 filenameforall counttomark 0 gt {
  354.       cleartomark (Yes)}{cleartomark (No)}ifelse
  355.     }ifelse = flush
  356.   }{ exit } ifelse
  357. } bind loop
  358. (*) = flush
  359. sv end restore
  360. "
  361. *End
  362.  
  363. *?FontList: "
  364. save  2 dict begin /sv exch def
  365. /str 128 string def
  366. FontDirectory { pop == } bind forall flush
  367. /filenameforall where { 
  368.  pop save (fonts/*) { 
  369.   dup length 6 sub 6 exch getinterval cvn == 
  370.  } bind str filenameforall flush restore
  371. } if 
  372. (*) = flush
  373. sv end restore
  374. "
  375. *End
  376.  
  377. *% Printer Messages (verbatim from printer):
  378. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  379. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  380. *Message: "\FontName\ not found, using Courier"
  381.  
  382. *% Status (format: %%[ status: <one of these> ]%% )
  383. *Status: "idle"
  384. *Status: "busy"
  385. *Status: "waiting"
  386. *Status: "printing"
  387. *Status: "warming up"
  388.  
  389. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  390. *Source: "serial25"
  391. *Source: "AppleTalk"
  392. *Source: "Centronics"
  393. *Source: "Optional I/O"
  394.  
  395. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  396. *PrinterError: "Paper Out"
  397. *PrinterError: "Paper Jam"
  398. *PrinterError: "Off line"
  399.  
  400. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  401.  
  402. *% Color Separation Information =====================
  403.  
  404. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  405.  
  406. *InkName: ProcessBlack/Process Black
  407. *InkName: CustomColor/Custom Color
  408. *InkName: ProcessCyan/Process Cyan
  409. *InkName: ProcessMagenta/Process Magenta
  410. *InkName: ProcessYellow/Process Yellow
  411.  
  412. *%  For 60 lpi / 300 dpi  ===============================
  413.  
  414. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  415. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  416. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  417. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  418. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  419.  
  420. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  421. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  422. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  423. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  424. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  425.  
  426. *%  For 53 lpi / 300 dpi  ===============================
  427.  
  428. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  429. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  430. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  431. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  432. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  433.  
  434. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  435. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  436. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  437. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  438. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  439.  
  440. *% end of PPD file for QMS 3225 Print System
  441.  
  442.